New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

wdio-logger

Package Overview
Dependencies
Maintainers
1
Versions
18
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

wdio-logger

A helper utility for logging of WebdriverIO packages

5.0.0-beta.3
next
Source
npm
Version published
Weekly downloads
77
-31.25%
Maintainers
1
Weekly downloads
 
Created
Source

WDIO Logger Utility

A helper utility for logging of WebdriverIO packages

This package is used across all WebdriverIO packages to log information using the loglevel package. In can also be used for any other arbitrary Node.js project.

Install

To install the package just call

$ npm install wdio-logger

or when adding it to a WebdriverIO subpackage:

$ lerna add wdio-logger --scope <subpackage>

Usage

The package exposes a logger function that you can use to register an instance for your scoped package:

import logger from 'wdio-logger'

const log = logger('myPackage')
log.info('some logs')

For more info see loglevel package on NPM.

Keywords

webdriver

FAQs

Package last updated on 28 Sep 2018

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts